home *** CD-ROM | disk | FTP | other *** search
- " Vim compiler file
- " Compiler: Miscrosoft Visual C
- " Maintainer: Bram Moolenaar <Bram@vim.org>
- " Last Change: 2001 Sep 24
-
- if exists("current_compiler")
- finish
- endif
- let current_compiler = "msvc"
-
- " The errorformat for MSVC is the default.
- setlocal errorformat&
- setlocal makeprg=nmake
-